﻿@import url("../../framework/bootstrap/3.2.0/css/bootstrap.min.css");
@import url("icones.css");
@import url("componentes.css");
@import url("plugins.css");
@import url("datepicker.css");
@import url("daterangepicker.css");
@import url("treeviewtheme.css");

/* BUSCAR NO ADMIN --------------------------------------------------------------------- */

.header-main .search {
	right: 10px;
	bottom: 12px;
	position: absolute;
}
.header-main .search .glyphicon {
	color: #438eb9;
	right: -31px;
	top: 2px;
	font-size: 18px;
	z-index: 2;
	position: relative;
}
.header-main .search input {
	width: 130px;
	border: 0;
	padding: 5px 5px 5px 35px;
	border-radius: 5px;
	font-size: 1.1em;
	outline: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/* FONTE PADRÃO DO SISTEMA --------------------------------------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fontes/opensans-light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fontes/opensans.woff) format('woff');
}
html {
	height: 100%;
	-ms-overflow-style: scrollbar;
}
body {
	height: 100%;
	font-family: 'Open Sans', Arial, Verdana;
}

/* PLACEHOLDER --------------------------------------------------------------------- */
:-ms-input-placeholder {  
   color: #aaa;  
}
.placeholder {  
   color: #aaa;  
}

/* LOGO DO SISTEMA --------------------------------------------------------------------- */
.logoSimplificado {
	width: 230px;
	height: 46px;
	display: block;
	background: url(../../PublishingImages/img_layout/logo.svg) no-repeat;
}
.logoSimplificadoComex {
	width: 242px;
	height: 46px;
	display: block;
	background: url(../../PublishingImages/img_layout/logo_comex.svg) no-repeat;
}

/* LOGIN DO SISTEMA --------------------------------------------------------------------- */
.login-main .login-area {
	width: 100%;
	top: 10%;
	position: relative;
}

.login-main .login-area-logo {
	text-align: center;
}
.login-main .login-logo-simed {
	width: 192px;
}
.login-main .login-logo-apoio {
	display: none;
}
.login-area-logo h1 {
	width: 100%;
	font-size: 22px;
	margin: 10px 0 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	text-align: center;
}

.login-main .login-barra-cima {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #c0e9ef 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #c0e9ef 100%);
	background: linear-gradient(to bottom, #fff 0%, #c0e9ef 100%);
}
.login-main .login-barra-base {
	width: 100%;
	height: 50px;
	border-top: 1px solid #fff;
	background: #fff;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, #c0e9ef 100%);
	background: -webkit-linear-gradient(bottom, #fff 0%, #c0e9ef 100%);
	background: linear-gradient(to top, #fff 0%, #c0e9ef 100%);
}
.login-main .login-conteudo-borda {
	height: 230px;
}
.login-main .login-conteudo-borda:after,
.login-main .login-conteudo-borda:before {
	content: " ";
	width: 150px;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	position: absolute;
	background: -moz-linear-gradient(left, #fff 0%, rgba(255,255,255, 0) 100%);
	background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255, 0) 100%);
	background: linear-gradient(to right, #fff 0%, rgba(255,255,255, 0) 100%);
}
.login-main .login-conteudo-borda:after {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(right, #fff 0%, rgba(255,255,255, 0) 100%);
	background: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255, 0) 100%);
	background: linear-gradient(to left, #fff 0%, rgba(255,255,255, 0) 100%);
}
.login-main .login-conteudo {

	/* height: 230px; */
	width: 340px;
	padding: 30px 20px;
	margin: -25px -170px;
	left: 50%;
	border-radius: 4px;
	position: absolute;
	z-index: 4;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background: #fff; 
	/* background: url(../../PublishingImages/img_layout/login_fundo.png) no-repeat center; */
}
.login-main .login-logo {
	width: 300px;
	height: 70px;
	margin-bottom: 20px;
}
.login-main .btn {
	font-size: 1.2em;
}
.login-link-password {
	padding-top: 8px;
}
.login-main .login-logo-simed {
	width: 192px;
}
.login-footer {
	width: 100%;
	padding-bottom: 15px;
	font-size: 11px;
	bottom: 0;
	text-align: center;
	position: absolute;
}
.login-footer a {
	color: #555;
}
.login-password-title {
	margin-bottom: 10px;
	display: block;
}

/* CONTEÚDO PRINCIPAL --------------------------------------------------------------------- */
.main-content {
	width: 100%;
	min-height: 600px;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	display: table;
	clear: both;
	background: #DCDCDC;
}

/* ICONE DE AJUDA --------------------------------------------------------------------- */
.icon-helper {
	font-size: 15px;
	cursor: pointer;
	color: #438eb9;
}

.cte-header {
	width: 100%;
}
.cte-header td {
	padding-left: 10px;
}
.cte-header td:first-child {
	padding: 0;
}
.cte-header .cte-header-item {
	width: 100%;
	padding: 5px;
	border: 1px solid #C9C9C9;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
	background: #fff;
}
.cte-uf {
	width: 40%;
}
.cte-uf select {
	padding-right: 0 !important;
}
.cte-city {
	width: 73%;
	border-left: 10px solid #fff;
}


/* TÍTULO DAS SEÇÕES --------------------------------------------------------------------- */
.title-section {
	font-size: 14px;
	font-weight: bold;
	color: #5E5E5E;
	margin: 10px 0;
}
.title-section .glyphicon {
	font-size: 20px;
	margin-top: -2px;
	padding: 0 0 0 11px;
}
.title-section .link,
.title-section .text {
	margin-top: 2px;
	vertical-align: top;
	display: inline-block;
}

/* DIVS UTILIZADAS NO CARREGAMENTO DINÂMICO --------------------------------------------------------------------- */
.base-internal {
	display: table-cell;
	vertical-align: top;
}
.base-content {
	width: 100%;
	display: table;
	padding-right: 10px;
}
.base-content.dashboard {
	padding: 0;
}

/* ÁREA CLICÁVEL INVISÍVEL QUE É EXIBIDA PARA COBRIR TODA A PÁGINA --------------------------------------------------------------------- */
.area-block,
.area-click {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
	position: fixed;
	background: rgba(0,0,0,0);
}
.area-block {
	z-index: 9999999;
}

/* CABEÇALHO DO SISTEMA --------------------------------------------------------------------- */
.header-main {
	width: 100%;
	padding: 0 10px 49px 10px;
	float: left;
	position: relative;
	clear: both;
	background: #438eb9;
}
.header-main .header-top {
	width: 100%;
	float: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 999;
	position: relative;
	background: #fff;
}
.header-main .header-top .header-top-btn {
	width: 468px;
	float: right;
}
.header-main .header-top>div {
	padding: 0 7px;
}
.header-main .btn-sat,
.header-main .btn-notify,
.header-main .btn-email,
.header-main .btn-config {
	float: left;
}
.header-main .btn-sat .btn,
.header-main .btn-config .btn,
.header-main .btn-email .btn,
.header-main .btn-notify .btn {
	width: 42px;
	height: 42px;
	margin: 5px;
	font-size: 24px;
	color: #438eb9;
	line-height: 0;
	text-indent: -1px;
	border: 1px solid #d0cfcf;
	border-radius: 40px !important;
	float: left;
	position: relative;
	background: #EDEDED;
}
.header-main .btn-normal.btn-sat .btn {
	border-color: #93BADB;
	color: #3774BD;
	background: #E8F5FF;
}
.header-main .btn-normal.btn-notify .btn {
	border-color: #E1BF8D;
	color: #AE7037;
	background: #FAEEC1;
}
.header-main .btn-normal.btn-sat .btn:hover {
	background: #D0EAFE;
}
.header-main .btn-normal.btn-notify .btn:hover {
	background: #F8E6AA;
}
.header-main .btn-normal.btn-email .btn {
	border-color: #80BA67;
	color: #649C48;
	background: #D8F3BA;
}
.header-main .btn-normal.btn-email .btn:hover {
	background: #C9E39D;
}
.header-main .btn-config .btn:hover,
.header-main .btn-email .btn:hover,
.header-main .btn-notify .btn:hover {
	background: #DDDCDC;
}
.header-main .btn-config .btn .glyphicon,
.header-main .btn-email .btn .glyphicon,
.header-main .btn-notify .btn .glyphicon {
	top: 0;
}
.header-main .btn-notify .dropdown-menu .dropdown-header,
.header-main .btn-email .dropdown-menu .dropdown-header,
.header-main .btn-config .dropdown-menu .dropdown-header {
	font-size: 15px;
	padding: 9px 12px;
	margin: -6px 0 6px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #ddd;
	color: #4c4c4d;
	background: #F1F1F1;
}
.header-main .btn-email .dropdown-menu .dropdown-header {
	border-bottom: 1px solid #95D452;
	color: #397300;
	background: #D2FFBC;
}
.header-main .btn-notify .dropdown-menu .dropdown-header {
	border-bottom: 1px solid #F7C355;
	color: #9A4A00;
	background: #F9EBB8;
}
.header-main .header-top .dropdown-menu .text {
	display: none;
}
.header-main .header-top .dropdown-menu {
	width: 270px;
	margin-top: 12px;
	left: -110px;
}
.header-main .header-top .dropdown-menu:before {
	content: " ";
	width: 0;
	display: block;
	top: -7px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	border-bottom: 8px solid #F1F1F1;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.header-main .header-top .btn-email .dropdown-menu:before {
	border-bottom: 8px solid #D2FFBC;
}
.header-main .header-top .btn-notify .dropdown-menu:before {
	border-bottom: 8px solid #F9EBB8;
}
.header-main .btn-notify .btn {
	color: #fff;
	border: 1px solid #f89200;
	background: #f89200;
}
.header-main .btn-notify .btn:hover {
	background: #F86700;
}
.header-main .btn-notify .btn .label {
	background: #c13600;
}
.header-main .btn-email .btn {
	color: #fff;
	border: 1px solid #3da300;
	background: #3da300;
}
.header-main .btn-email .btn:hover {
	background: #358A00;
}
.header-main .btn-email .btn .label {
	background: #026200;
}
.header-main .label {
	font-size: 12px;
	text-indent: 0;
	padding: 3px 5px;
	top: -3px;
	right: -3px;
	position: absolute;
	background: #444;
}
.header-main .btn-user {
	background: none;
	border: 0;
	padding-left: 5px;
	margin-right: -7px;
	color: #515151;
	text-align: left;
}
.header-main .btn-user .photo {
	width: 42px;
	height: 42px;
	border: 1px solid #d0cfcf;
	border-radius: 40px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
}
.header-main .btn-user .photo img {
	width: 100%;
	height: 100%;
}
.header-main .btn-user strong,
.header-main .btn-user .email {
	width: 200px;
	font-size: 0.9em;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-main .btn-user strong {
	margin-bottom: -6px;
}
.header-main .btn-user .caret {
	margin-top: -25px;
	float: right;
	border-top: 8px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.header-main .btn-user:hover {
	color: #000;
}
.header-main .btn-user:focus,
.header-main .btn-group.open .btn-user {
	box-shadow: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #EDF4F8;
}
.header-main .header-top .dropdown-menu {
	box-shadow: 0 8px 11px rgba(0,0,0,.3);
}
.header-main .header-top .dropdown-menu>li>a {
	padding: 7px 12px;
	white-space: normal;
	color: #0d3367;
}
.header-main .header-top .dropdown-menu>li>a .glyphicon {
	color: #438eb9;
}
.header-main .header-top .dropdown-menu>li>a:hover {
	color: #071D3A;
	background: #EDF4F8;
}
.header-main .header-top .dropdown-user {
	width: 270px;
	margin-top: 8px;
	left: 0px;
}
.header-main .header-top .dropdown-user:before {
	content: " ";
	width: 0;
	display: block;
	top: -7px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	border-bottom: 8px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.header-main .main-line {
	width: 100%;
	margin: 0 0 0 -10px;
	padding: 0 10px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #438eb9;
	clear: both;
}
.header-bottom {
	width: 100%;
	padding: 0 10px;
	top: 59px;
	left: 0;
	z-index: 998;
	position: absolute;
	background: #438eb9;
}

/* MENU PRINCIPAL --------------------------------------------------------------------- */
.navbar-main {
	float: left;
	background: none;
	margin: 5px 0 0 0;
	min-height: 30px;
	border: 0;
	font-weight: bold;
	border-radius: 0;
}
.navbar-main .navbar-header {
	display: none;
}
.navbar-main .dropdown-menu {
	border: 0;
	margin-left: 1px;
	box-shadow: 0 8px 11px rgba(0,0,0,.3);
	background: #438eb9;
}
.navbar-main .dropdown-menu>li {
	color: #fff;
}
.navbar-main .dropdown-menu>li>a {
	padding: 6px 16px;
	font-size: 15px;
	color: #fff;
}
.navbar-main .dropdown-menu>li>a:hover {
	background: #023b5c;
}
.navbar-main .dropdown-menu .divider {
	background: #5FAED5;
}
.navbar-main.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #438eb9;
	border-bottom: 0;
}
.navbar-main .navbar-collapse {
	padding: 0;
}
.navbar-main.navbar-default .navbar-nav>li.dropdown.open>a,
.navbar-main.navbar-default .navbar-nav>li>a:hover,
.navbar-main.navbar-default .navbar-nav>.active>a,
.navbar-main.navbar-default .navbar-nav>.active>a:hover,
.navbar-main.navbar-default .navbar-nav>.active>a:focus {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	background: #438eb9;
}

/* BUSCAR NO ADMIN --------------------------------------------------------------------- */
.header-main .search {
	right: 10px;
	bottom: 12px;
	position: absolute;
}
.header-main .search .glyphicon {
	color: #438eb9;
	right: -31px;
	top: 2px;
	font-size: 18px;
	z-index: 2;
	position: relative;
}
.header-main .search input {
	width: 130px;
	border: 0;
	padding: 5px 5px 5px 35px;
	border-radius: 5px;
	font-size: 1.1em;
	outline: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.header-main .search select {
	width: 180px;
	border: 0;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	outline: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/* ACESSO RÁPIDO --------------------------------------------------------------------- */
.quick-access {
	width: 310px;
	display: table-cell;
	vertical-align: top;
}
.quick-access-closed {
	width: 30px;
}
.quick-access>.panel {
	width: 280px;
	min-height: 300px;
	z-index: 9;
	top: 118px;
	left: -1px;
	position: absolute;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.quick-access.quick-access-closed>.panel {
	margin-left: -282px;
}
.quick-access .panel-body .btn {
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
}
.quick-access .panel-default .panel-default {
	margin-top: 15px;
	border-radius: 4px;
	box-shadow: none;
}
.quick-access .panel-default .panel-default:last-child {
	margin-bottom: 0;
}
.quick-access .panel-body .panel-body {
	padding: 7px;
}
.quick-access .panel-body input,
.quick-access .panel-body select,
.quick-access .panel-body textarea {
	width: 100%;
	margin-bottom: 5px;
}
.quick-access .btn-panel-retract {
	width: 20px;
	height: 50px;
	padding: 10px 0;
	border: 0;
	z-index: 2;
	top: 6px;
	right: -21px;
	position: absolute;
	outline: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #207aad;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.quick-access .btn-panel-retract:hover {
	background: #438eb9;
}
.quick-access .btn-panel-retract .glyphicon {
	color: #fff;
}
.quick-access .panel.panel-config {
	width: 0;
	height: 0;
	top: -10px;
	left: 279px;
	z-index: 10;
	display: none;
	position: absolute;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.quick-access .panel.panel-config>.panel-heading {
	padding-bottom: 0;
}
.quick-access .panel.panel-config .glyphicon-info-sign {
	font-size: 32px;
	vertical-align: top;
	color: #D96C00;
}
.quick-access .ui-sortable-placeholder {
	border: 2px dotted #BBBBBB;
	background: #EFEFEF;
	box-shadow: none;
	visibility: visible !important;
}
.quick-access .panel.panel-config .ui-sortable-placeholder {
	margin-top: 0 !important;
}
.quick-access .panel-config-column {
	width: 252px;
	padding-bottom: 100px;
	margin: 10px;
	float: left;
}
.quick-access .panel.panel-config .text {
	width: 85%;
	display: inline-block;
}
.quick-access .panel:first-child {
	margin-top: 0;
}
.quick-access .btn-area {
	margin-bottom: 5px;
	border-radius: 4px;
}
.quick-access .btn-area .btn {
	margin-bottom: 0;
}
.quick-access .ui-sortable>div {
	position: relative;
}
.quick-access .ui-sortable>div:after {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 9999;
	position: absolute;
	opacity: 0.01;
	background: #fff;
}
.quick-access .ui-sortable.ui-sortable-disabled>div {
	cursor: default;
}
.quick-access .ui-sortable.ui-sortable-disabled>div:after {
	display: none;
}
.quick-access .ui-sortable-helper {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) !important;
}

/* DASHBOARD --------------------------------------------------------------------- */
.dashboard .ui-sortable-placeholder {
	border: 2px dotted #BBBBBB;
	background: #EFEFEF;
	box-shadow: none;
	visibility: visible !important;
}
.dashboard .dashboard-small {
	width: 100%;
	display: table;
}
.dashboard .dashboard-small .dashboard-item {
	width: 25%;
	height: 100%;
	padding: 0 15px 0 0;
	display: table-cell;
	vertical-align: top;
}
.dashboard .dashboard-small .panel {
	width: 100%;
	min-height: 90px;
	margin-bottom: 10px;
}
.dashboard .dashboard-small .panel-body {
	padding: 10px;
}
.dashboard .dashboard-small-icon {
	display: table-cell;
	vertical-align: top;
}
.dashboard .dashboard-small-chart {
	position: relative;
}
.dashboard .dashboard-item.clientes-inadimplentes .dashboard-small-chart {
	color: #BF0000;
}

.dashboard .dashboard-small-chart canvas {
	float: left;
}
.dashboard .dashboard-small-chart .percent {
	width: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
}
.dashboard .dashboard-small-icon .glyphicon {
	margin: 12px 0 0 12px;
}
.dashboard .dashboard-item.clientes .dashboard-small-icon-background {
	background: #59B300;
}
.dashboard .dashboard-item.Financeiro .dashboard-small-icon-background {
	background: #FF4000;
}
.dashboard .dashboard-item.info .dashboard-small-icon-background {
	background: #337ab7;
}
.dashboard text-right dash{
    text-align: right;
    font-size: 24px;
}
.dashboard .dashboard-small-icon-background {
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #fff;
	border-radius: 50px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: #e8e8e8;
}
.dashboard .dashboard-small-data {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.dashboard .dashboard-small-number {
	font-size: 14px;
	font-weight: bold;
}
.dashboard .dashboard-item.clientes .dashboard-small-number {
	color: #59B300;
}
.dashboard .dashboard-item.Financeiro .dashboard-small-number {
	color: #FF4000;
}
.dashboard .dashboard-item.info .dashboard-small-number {
	background: #337ab7;
}
.dashboard .dashboard-small-text {
	font-size: 13px;
}
.dashboard .add-panel {
	font-size: 18px;
	text-align: center;
	color: #0d3367;
}
.dashboard .add-panel .glyphicon {
	font-size: 50px;
	vertical-align: middle;
	color: #438eb9;
}
.dashboard .add-panel .text {
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.dashboard .dashboard-panels {
	width: 100%;
	display: table;
}
.dashboard .dashboard-column {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.dashboard .dashboard-column .panel {
	margin: 10px 15px 20px 0;
}
.dashboard .panel-body .btn {
	width: 100%;
	text-align: left;
	white-space: normal;
}
.dashboard .panel-body .btn .glyphicon {
	float: left;
	margin: 2px 5px 6px 0;
}
.dashboard .panel-body .chart svg,
.dashboard .panel-body .chart {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	position: relative;
}
.dashboard .legendLabel {
	padding: 3px 5px;
}
.dashboard .badge-alert,
.dashboard .badge-receita,
.dashboard .badge-despesa,
.dashboard .badge-price {
	padding: 7px;
	border-radius: 5px;
	font-size: 12px;
	background: #438eb9;
}
.dashboard .badge-receita {
	background: #59B300;
}
.dashboard .badge-despesa {
	background: #CC0000;
}
.dashboard .badge-alert {
	background: #FF9100;
}
.dashboard .table {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.dashboard .panel-receita .panel-title {
	color: #3c763d;
	font-weight: bold;
}
.dashboard .panel-receita .panel-heading .glyphicon {
	color: #3c763d;
}
.dashboard .panel-despesa .panel-title {
	color: #a94442;
	font-weight: bold;
}
.dashboard .panel-despesa .panel-heading .glyphicon {
	color: #a94442;
}

/* RODAPÉ PRINCIPAL --------------------------------------------------------------------- */
.main-footer {
	width: 100%;
	line-height: 36px;
	float: left;
	text-align: center;
	border-top: 1px solid #acacac;
}
.main-footer a {
	font-size: 11px;
	color: #515151;
	text-decoration: none;
}
.main-footer a:hover {
	text-decoration: underline;
}

/* CAMPO DE EXIBIÇÃO DE MAIS FILTROS DE BUSCA --------------------------------------------------------------------- */
.btn-more-filters .period p {
	display: block;
	padding-right: 0;
	margin: 0;
}
.btn-more-filters .input-valor,
.btn-more-filters .input-date {
	width: 90px;
}
.btn-more-filters .dropdown-menu {
	width: 850px;
	right: 10;
	left: -300px !important;
	padding-top: 15px;
}
.btn-more-filters label {
	text-align: right;
	font-weight: normal;
	padding: 6px 0 0 0;
}
.btn-more-filters select,
.btn-more-filters input {
	margin-bottom: 10px;
}

/* CAMPOS DE BUSCA --------------------------------------------------------------------- */
.search-filter {
	display: inline-block;
	vertical-align: top;
}
.search-filter h5 {
	margin: 2px 0 7px 0;
}
.search-filter input {
	width: 100%;
}
.search-filter .chosen-container {
	width: 150px !important;
}
.search-filter-title {
	margin: 5px 5px 0 0;
	display: inline-block;
}
.search-form .btn,
.search-filter .btn-group,
.search-filter .date-range {
	vertical-align: top;
}
.search-filter-date {
	position: relative;
}
.search-filter-date .glyphicon {
	top: 6px;
	left: 7px;
	z-index: 3;
	color: #438eb9;
	font-size: 18px;
	position: absolute;
}
.search-filter .date-range {
	width: 200px;
	padding-left: 30px;
}

/* DROPDOWN PERSONALIZADO PARA EXIBIÇÃO DE DATAS --------------------------------------------------------------------- */
.btn-date .period p {
	width: 300px;
	display: block;
	padding: 3px 0 0 10px;
	margin-right: 0;
}
.btn-date .input-date {
	width: 100px;
}

/* CONTROLE FINANCEIRO --------------------------------------------------------------------- */
.form-cadastrar-cliente {
	width: 400px;
}
.btn-checkbox .btn-default.btn-receita.active {
	color: #fff;
	background-color: #5cb85c;
}
.btn-checkbox .btn-default.btn-despesa.active {
	color: #fff;
	background-color: #d9534f;
}
.btn-checkbox .btn-default.btn-emaberto.active {
	color: #fff;
    background-color: #5bc0de;
}
.btn-checkbox .btn-default.btn-ematraso.active {
	color: #fff;
	background-color: #f0ad4e;
}
.btn-checkbox .btn-default.btn-quitado.active {
	color: #fff;
	background-color: #999999;
}
.btn-checkbox .btn-default.btn-receita.active:hover {
	background-color: #449D44;
}
.btn-checkbox .btn-default.btn-emaberto.active:hover {
	background-color: #43abca;
}
.btn-checkbox .btn-default.btn-despesa.active:hover {
	background-color: #C92E2C;
}
.btn-checkbox .btn-default.btn-quitado.active:hover {
	background-color: #808080;
}
.btn-checkbox .btn-default.btn-ematraso.active:hover {
	background-color: #e79d34;
}
.btn-checkbox .btn-default.btn-ematraso.active .glyphicon,
.btn-checkbox .btn-default.btn-quitado.active .glyphicon,
.btn-checkbox .btn-default.btn-emaberto.active .glyphicon,
.btn-checkbox .btn-default.btn-despesa.active .glyphicon,
.btn-checkbox .btn-default.btn-receita.active .glyphicon {
	color: #fff;
}
.lista-financeiro {
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;

}
/*
.lista-financeiro .table:first-child {
	bottom: -73px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.lista-financeiro .table:nth-child(1) {
	margin-top: -38px;
}
.lista-financeiro .table:last-child {
	top: -72px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.lista-financeiro thead tr {
	border-bottom: 36px solid #fff;
}
.lista-financeiro .pagination-old {
	border-top: 36px solid #fff;
}
.lista-financeiro .pagination-old table {
	margin: 10px 0 -25px 0;
}
*/
.form-forma-pagamento {
	min-width: 300px;
}
.lista-financeiro .popover form {
	display: inline-block;
}
.panel-heading .glyphicon {
	font-size: 15px;
}

/* CENTRO DE CUSTOS --------------------------------------------------------------------- */
.centro-custos .panel-spotlight {
	border-bottom: 0;
	margin: 0;
}
.centro-custos .col-margin-sm:nth-child(2) {
	padding-right: 0;
}
.centro-custos .btn-primary {
	margin-right: -30px;
}

/* FLUXO FINANCEIRO E DRE --------------------------------------------------------------------- */
.dre .panel-heading,
.fluxo-financeiro .panel-heading {
	padding-bottom: 15px;
	border: 0;
	position: relative;
}
.dre .btn-export,
.fluxo-financeiro .btn-export {
	top: 10px;
	right: 22px;
	z-index: 9;
	position: absolute;
}
.dre .filters-section,
.fluxo-financeiro .filters-section {
	padding: 3px;
	margin: -16px 165px -5px -7px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	float: left;
	background: #fff;
}
.dre .filters-section .search-filter,
.fluxo-financeiro .filters-section .btn-group {
	margin: 3px;
}
.dre .search-filter-title {
	margin: 12px 0 0 12px;
}
.dre .categoria .glyphicon {
	line-height: 20px;
	margin: 0 -5px;
}
.dre .sub-table {
	display: none;
}
.dre .sub-table td:nth-child(3) {
	padding-left: 25px;
}
.dre .table.table-hover>tbody>tr.total:hover {
	cursor: default;	
}
.dre .table-no-hover .glyphicon {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.table.table-hover>tbody>tr.total:hover>td {
	background: inherit;
}
.fluxo-financeiro .nav-tabs {
	background: #f5f5f5;
	margin-bottom: 10px;
}
.lista-fluxo-financeiro table {
	margin: 0;
	border-top: 1px solid #ddd;
}
.lista-fluxo-financeiro table .btn {
	margin: 5px 5px 5px 0;
}

/* CADASTRO DE PEDIDOS --------------------------------------------------------------------- */
.pedidos-lista-produtos .col-sm-4,
.pedidos-lista-produtos .col-sm-3,
.pedidos-lista-produtos .col-sm-2,
.pedidos-lista-produtos .col-sm-1 {
	padding-right: 0;
}
.pedidos-lista-produtos .form-control-feedback {
	top: 0;
}

/* NFE --------------------------------------------------------------------- */
.tab-nfe-produtos-insercao {
	padding: 15px 0 0 0;
}
.tab-nfe-produtos-insercao .form-group div,
.tab-nfe-produtos-insercao .form-group label {
	padding-bottom: 4px;
	text-align: left;
}
.tab-nfe-produtos-insercao .form-group div {
	padding-right: 0;
	padding-left: 8px;
}
.tab-nfe-produtos-insercao .form-group:last-child {
	margin-right: -100px;
}
.tab-nfe-produtos-insercao .form-group:last-child div {
	width: 120px;
}
.panel-tab-nfe {
	border-top: 1px solid #ddd;
	padding-top: 7px;
}
.tab-nfe-produtos-impostos {
	padding-bottom: 0;
}
.tab-nfe-produtos-totais.table {
	border: 0;
	border-collapse: separate;
	border-spacing: 3px;
	background: none;
}
.tab-nfe-produtos-totais td {
	width: 20%;
	font-size: 12px;
	border: 1px solid #94bac8 !important;
	border-radius: 3px;
	background: #fff;
}
.tab-nfe-produtos-totais td strong {
	font-size: 14px;
}
.tab-nfe-produtos-lista {
	width: 100%;
	float: left;
}
.nfe-lista-parcelas .col-sm-3,
.nfe-lista-parcelas .col-sm-2,
.nfe-lista-parcelas .col-sm-1 {
	padding-right: 0;
}
.tab-nfe-produtos-insercao .form-control-feedback,
.nfe-lista-parcelas .form-control-feedback {
	top: 0;
}
.nfe-lista-parcelas .table>tbody>tr.table-cell-danger>td strong:before {
	content: "Execedeu o total da nota >>";
	margin-right: 15px;
}

/* GRUPOS DE ACESSO --------------------------------------------------------------------- */
.grupo-acesso .control-label {
	padding-left: 15px;
	float: left;
}
.grupo-acesso hr {
	margin: 0 0 15px -15px;
}
.grupo-acesso .RadTreeView {
	border-top: 0;
}
.grupo-acesso .panel-footer {
	padding-left: 0;
}

/* EDITAR PERFIL --------------------------------------------------------------------- */
.perfil-edit-photo {
	padding: 9px;
	text-align: center;
	position: relative;
}
.perfil-edit-photo .btn {
	z-index: 3;
	padding: 3px 6px;
	margin: 3px 0 -3px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
	position: relative;
}
.perfil-edit-photo img {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* SEM PERMISSÃO --------------------------------------------------------------------- */
.permission {
	padding: 30px;
}
.permission .glyphicon {
	margin-right: 20px;
	font-size: 60px;
	color: #b90000;
	text-shadow: 1px 1px 4px rgba(0,0,0, 0.3);
}
.permission h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
}

/* ERRO NO SISTEMA --------------------------------------------------------------------- */
.erro body {
	background: #dcdcdc;
}
.erro .erro-barra {
	width: 100%;
	height: 105px;
	border-bottom: 1px solid transparent;
	background: #438eb9;
}
.erro .erro-barra-linha {
	margin: 0;
	border-bottom: 1px solid #438eb9;
}
.erro .erro-area {
	width: 380px;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	margin: -113px auto 0 auto;
	z-index: 2;
	text-align: center;
	position: relative;
	background: #fff;
}
.erro .erro-logo {
	width: 300px;
	height: 70px;
	margin-bottom: 10px;
}
.erro .erro-icon {
	width: 209px;
	height: 155px;
	margin-bottom: 10px;
}
.erro h1 {
	margin: 0 0 30px 0;
	font-size: 22px;
	font-weight: bold;
	color: #b90000;
}
.erro .btn {
	width: 100%;
	margin-top: 10px;
	text-align: left;
	white-space: normal;
}
.erro .glyphicon {
	font-size: 26px;
	margin: 5px 0;
	float: left;
	margin-right: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
}
.erro .login {
	font-size: 20px;
	line-height: 34px;
}

/* MEDIA QUERIES --------------------------------------------------------------------- */
@media (max-width: 960px) {
	.quick-access  {
		width: 30px;
	}
	.navbar-main.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 10px;
	}
}
@media (max-width: 1200px) {
	.dashboard .dashboard-small .panel {
		min-height: 110px;
	}
	.dashboard .dashboard-small-text {
		font-size: 12px;
	}
	.dashboard .dashboard-small-icon-background {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.dashboard .dashboard-small-icon .glyphicon {
		margin: 9px 0 0 10px;
	}
}

.table-legend.table>tbody>tr:last-child>td {
	border-bottom: 0;
}
.table-legend-itens {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ddd;
	background: #fff;
}
.table-legend-itens:after {
	content: " ";
	display: table;
	clear: both;
}
.table-legend-itens li {
	max-width: 200px;
	margin: 6px 12px;
	font-size: 11px;
	display: table;
	float: left;
}
.table-legend-itens img {
	margin-right: 5px;
}
.table-legend-itens .text {
	height: 30px;
	display: table-cell;
	vertical-align: middle;
}